home *** CD-ROM | disk | FTP | other *** search
-
- /* *******************************
-
- File: Danger.h
- Function: Header file for this Alert
- History: 11/12/89 Original by Prototyper.
-
- This is a STOP alert, it is used to inform the user that data is about to be lost.
- It is also used for fatal type errors and tells the user about the error.
-
- Set the ParamText before calling!
-
- It returns TRUE if the user wants "Try Anyway."
- It returns FALSE if the user wants "Don't Bother."
-
- ******************************* */
-
-
- extern int A_Danger(void);
-
-